home *** CD-ROM | disk | FTP | other *** search
/ PC Direkt 1998 #11 / PCDIREKT_1198.bin / SHOWDATA / SHOWINHA.DXR / 00003_wait 120.ls < prev    next >
Encoding:
Text File  |  1997-07-31  |  166 b   |  11 lines

  1. on exitFrame
  2.   set waiter to the timer + 120
  3.   repeat while (the timer < waiter) and not (the mouseDown)
  4.     nothing()
  5.   end repeat
  6. end
  7.  
  8. on mouseDown
  9.   KlickIt()
  10. end
  11.